home *** CD-ROM | disk | FTP | other *** search
- /*ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
- Ñ Ñ
- Ñ File Name: Parasite_Manager.h Ñ
- Ñ ---------- Ñ
- Ñ Ñ
- Ñ Copyright ⌐ 1990 Apple Computer, Inc. All Rights Reserved Ñ
- Ñ Ñ
- Ñ Description Ñ
- Ñ ----------- Ñ
- Ñ This file contains the public interface to the parasite manager. Ñ
- Ñ The parasite manager will install and remove the SLUDGE parasite. Ñ
- Ñ The SLUDGE parasite is what slows down the machine. Ñ
- Ñ Ñ
- Ñ History Ñ
- Ñ ------- Ñ
- Ñ Ñ
- Ñ Author Date Description Ñ
- Ñ ------------------------------------------------------------------ Ñ
- Ñ Kevin McEntee 2/20/90 Original Implementation Ñ
- Ñ Ñ
- Ñ Ñ
- ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ*/
-
- #ifndef __PMAN__
- #define __PMAN__
-
-
-
- void Install(Handle cdevStorage, long Sludge_Factor);
-
- void remove(Handle cdevStorage);
-
- #endif
-
-